@font-face {
  font-family: Helvetica-Regular;
  src: url("../fonts/Helvetica-Font/Helvetica.ttf");
}
@font-face {
  font-family: Helvetica-Bold;
  src: url("../fonts/Helvetica-Font/Helvetica-Bold.ttf");
}
@font-face {
  font-family: Helvetica-Light;
  src: url("../fonts/Helvetica/Helvetica\ Light\ Condensed/");
}
@font-face {
  font-family: Helvetica-semiBold;
  font-weight: 800;
  src: url("../fonts/Helvetica/Helvetica-Medium-Condensed/Helvetica\ Medium\ Condensed.otf");
}

:root {
  --yellow: #f1ca45;
}

.about_banner_main {
  background-image: url(../Images_New/Banner_Images2/About-Us.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: center;
  align-items: center;
}
.about_banner_main h1 {
  color: white;
  font-family: Helvetica-semiBold;
  font-size: 30px;
}

/* our_history start */
.our_history {
  background: url(../images/About_us_main/History/10.png);
  background-size: cover;
  height: auto;
}

.span_letters {
  color: #171717;
  font-size: 20px;
  font-family: Helvetica-Bold;
}
#Group_1473 {
  width: 17% !important;
}
#Group_1472 {
  width: 17% !important;
}
.our_history_year {
  font-family: Helvetica-Bold;
  font-size: 20px;
}
.our_main_para {
  text-align: justify;
}
/* our_history End */

/* Mission Start */
.chairman {
  position: relative;
  background-image: url(../images/About_us_main/Chairman_Message/10.png);
  height: auto;
}
.chairman svg {
  width: 40px;
}
.mission {
  background-image: url(../images/About_us_main/Mission_&_Vision/Mask_Group.png);
  background-color: white;
  will-change: transform;
}
.mission_reverse_two {
  position: sticky;
  top: 5% !important;
  background-color: white !important;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  overflow: hidden;
}
.vission {
  background-color: white;
  z-index: 5 !important;
  background-image: url(../images/About_us_main/Mission_&_Vision/Mask_Group.png);
}
.chairman p {
  font-size: 20px;
}
.text_rotate {
  text-align: right;
  font-family: Helvetica-Bold;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 33px;
}
/* Mission End */

/* rewards start */
.rewards {
  background-image: url(../images/About_us_main/Certificate/v748-toon-103.png);
  height: auto;
  position: relative;
}
/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 47%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.Business_prev,
.Business_next {
  cursor: pointer;
  position: absolute;
  top: 47%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.rewards_col_bus img {
  width: 100px;
  height: 100px;
}

.next {
  right: 0%;
  border-radius: 3px 0 0 3px;
}
.prev {
  left: 0%;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10%;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  color: rgb(0, 0, 0);
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 33.33%;
}
/* .demo {
  opacity: 0.6;
} */

.rewards_col .active,
.demo:focus {
  border: 1px solid red;
}

.active:hover {
  opacity: 1;
}

/* rewards End */

/* mission_width_responsive start */
.mission_width_responsive {
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* mission_width_responsive End */

/* csr start */
.csr_head {
  color: #45a735;
  font-family: Helvetica-Bold;
}
.csr {
  background-repeat: no-repeat;
  /* z-index: 99; */
  position: relative;
  height: auto;
}
.csr .active {
  border: none;
}
.about_card {
  background-image: url(../images/About_us_main/CVR_activities/10.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 500px;
  top: 60px;
  left: 57%;
  text-align: justify;
  padding: 5% !important;
}
.carousel-control-prev-icon {
  background-color: rgb(0, 0, 0);
  padding: 10px;
  border-radius: 10px;
}
.carousel-control-prev {
  left: 20px !important;
}
.carousel-control-next {
  right: 20px !important;
}
.carousel-control-next-icon {
  background-color: rgb(0, 0, 0);
  padding: 10px;
  border-radius: 10px;
}

.rewards_col {
  gap: 50px;
}
/* csr End */

/* Media Query Start */
@media (max-width: 1024px) {
  .about_card {
    top: 120px;
  }
  .mission_reverse_two {
    position: relative !important;
  }
  .index_head {
    margin-top: 0;
    position: relative !important;
  }
  .tab button.active {
    background-position-x: 97%;
  }
  .about_card {
    height: 400px;
  }
  .ev_scooter {
    height: 400px !important;
  }
  .chairman p {
    font-size: 16px;
  }
  .rewards_col {
    overflow-x: scroll;
  }
  .our_history .row {
    width: 100% !important;
  }
  .mission .row {
    width: 100% !important;
  }
  .about_card p {
    font-size: 15px;
  }
}

@media (max-width: 820px) {
  .chairman p {
    font-size: 16px;
  }
  .about_card p {
    width: 100%;
    font-size: 16px;
  }
  .mission_reverse_two {
    position: relative !important;
  }
  .index_head {
    margin-top: 5%;
    position: relative !important;
  }
  .our_history_year {
    text-align: center;
  }
  .csr img {
    width: 100% !important;
    height: 100%;
  }
  .mission_width_responsive {
    width: 100% !important;
  }
  .our_history img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .text_rotate {
    transform: rotate(0deg);
    writing-mode: horizontal-tb;
    font-family: Helvetica-Bold;
    font-size: 25px;
    margin-top: 0px;
    text-align: center;
  }
  .mission_img {
    width: 60%;
  }
  .mySlides img {
    width: 100% !important;
  }
  .about_card {
    margin-top: -50px;
    position: relative;
    top: 2%;
    left: 0%;
    width: 100%;
    background-size: cover;
    padding: 7% !important;
    height: auto;
  }

  .our_history_para {
    width: 100% !important;
    margin-top: 15px;
  }
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
  }
}
.form_sec_about h2 {
  font-family: Helvetica-Bold;
}

@media (max-width: 480px) {
  .chairman p {
    font-size: 14px;
  }
  .ev_scooter {
    min-height: 200px !important;
  }
  .mission_img {
    width: 100%;
  }
  .about_card {
    top: -5%;
    padding: 4% !important;
    height: 380px;
  }
  .about_card {
    margin-top: 0%;
  }

  .form_sec_about {
    width: 85% !important;
  }
  .bsn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    padding: 20px;
    height: 125px;
  }
  .shadow {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .csr_prev_btn,
  .csr_next_btn {
    position: relative !important;
  }
  .carousel-control-next {
    left: 0px;
  }
  /* .carousel-control-prev {
    left: 0px !important;
  }
  .carousel-control-next {
    right: 0px !important;
  } */
  .prev,
  .next {
    padding: 0%;
    background-color: white;
    top: 37%;
  }
  .prev img,
  .next img {
    width: 40px;
  }
  .rewards_col {
    gap: 100px;
  }
  .csr_btn {
    justify-content: center !important;
  }
  .csr img {
    width: 100% !important;
    height: 200px !important;
  }
  .about_card p {
    width: 90% !important;
  }
  .chairman svg {
    display: none;
  }
  .mission_width_responsive svg {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .span_letters {
    text-align: center !important;
  }
  .our_history_year {
    text-align: center;
  }
  .our_main_para {
    font-size: 14px;
  }
  .about_banner_main {
    height: 250px;
  }
  .about_card p {
    width: 80%;
    padding-left: 25px;
    padding-top: 10px;
    font-size: 13px !important;
  }
}
/* Media Query End */

/* test slider */
/*////////////////////////////////////////////////////////*/
.ag-format-container {
  width: 1142px;
  margin: 0 auto;
}

ul {
  margin: 0;
  padding: 0;
}

.layout {
  width: 600px;
  margin: 10px auto;
  position: relative;
}
.layout a {
  color: #666;
}

/* .slide {
  display: none;
} */
.slide li {
  list-style: none;
}
.slide.slick-initialized {
  display: block;
}

.slick-dots {
  margin-top: 5px;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  justify-content: center;
}
.slick-dots li {
  display: inline-block;
  max-height: 56px;
  max-width: 112px;
  margin: 5px;
}
.slick-dots li img {
  height: auto;
  width: 100%;

  cursor: pointer;

  opacity: 0.5;
}
.slick-dots li.slick-active img {
  cursor: default;

  opacity: 1;
}

.slick-prev,
.slick-next {
  margin: -50px 0 0;

  z-index: 99;
  position: absolute;
  top: 50%;
}
.slick-prev {
  left: -50px;
}
.slick-next {
  right: -50px;
}

.icon {
  display: inline-block;
  height: 50px;
  width: 50px;
}
.icon__cnt {
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }
}

@media only screen and (max-width: 639px) {
}

@media only screen and (max-width: 479px) {
}

@media (min-width: 768px) and (max-width: 979px) {
  .ag-format-container {
    width: 750px;
  }
}

@media (min-width: 980px) and (max-width: 1161px) {
  .ag-format-container {
    width: 960px;
  }
}

/* img-slider start */

/* .gallery {
  width: 100%;
  max-width: 620px;
  margin: 40px auto;
} */
.gallery-slider {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
.gallery-slider .swiper-slide {
  width: auto;
  height: 400px;
}
.gallery-slider .swiper-slide img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.gallery-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.gallery-thumbs .swiper-slide {
  width: 100px;
  height: 100px;
  text-align: center;
  overflow: hidden;
  opacity: 0.1;
}
.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.gallery-thumbs .swiper-slide img {
  width: auto;
  height: 100%;
}
/* img-slider-end */
.new_rewards {
  background: url("../images/About_us_main/Certificate/v748-toon-103.png")
    no-repeat center;
  background-size: cover;
  height: auto;
}
.csr_para {
  font-size: 17px;
}
@media (max-width: 390px) {
  .about_card p {
    font-size: 10px;
  }
}

.our_his_years {
  color: var(--yellow);
}
.form_sec_about {
  width: 35%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 4px 5px 24px #00000017;
}

.mission_reverse {
  position: sticky;
  top: 0;
}

@media (max-width: 820px) {
  .mission_width_responsive {
    height: auto;
  }
  .form_sec_about {
    width: 60%;
  }
}
